projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f828dc
)
Fix simple-test.el test
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 26 Oct 2015 19:25:10 +0000
(21:25 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 26 Oct 2015 19:25:10 +0000
(21:25 +0200)
* test/automated/simple-test.el (simple-test--dummy-buffer): Make
sure indentation doesn't use TABs, otherwise the 6th test might
fail.
test/automated/simple-test.el
patch
|
blob
|
history
diff --git
a/test/automated/simple-test.el
b/test/automated/simple-test.el
index a9c4d67556e5ec2b08850b6e11221e0766c788ff..8da575d5d973cd574312791356bacc6e88ce4080 100644
(file)
--- a/
test/automated/simple-test.el
+++ b/
test/automated/simple-test.el
@@
-26,6
+26,7
@@
(debug t))
`(with-temp-buffer
(emacs-lisp-mode)
+ (setq indent-tabs-mode nil)
(insert "(a b")
(save-excursion (insert " c d)"))
,@body